This commit is contained in:
Joseph 2018-10-24 18:54:34 +03:00 committed by Ryan Dahl
parent 5fbe6a242c
commit d2df67e822
9 changed files with 13 additions and 13 deletions

View file

@ -18,7 +18,7 @@ interface ModuleInfo {
const compilerInstance = DenoCompiler.instance();
// References to orignal items we are going to mock
// References to original items we are going to mock
const originals = {
_globalEval: (compilerInstance as any)._globalEval,
_log: (compilerInstance as any)._log,