mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
fix typos (#1083)
This commit is contained in:
parent
5fbe6a242c
commit
d2df67e822
9 changed files with 13 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue