mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
lint
This commit is contained in:
parent
4936a4e5c2
commit
47cfde452d
1 changed files with 2 additions and 0 deletions
2
main.ts
2
main.ts
|
@ -19,7 +19,9 @@ let startCalled = false;
|
|||
|
||||
// denoMain is needed to allow hooks into the system.
|
||||
// Also eventual snapshot support needs it.
|
||||
// tslint:disable-next-line:no-any
|
||||
(window as any)["denoMain"] = () => {
|
||||
// tslint:disable-next-line:no-any
|
||||
delete (window as any)["denoMain"];
|
||||
|
||||
initTimers();
|
||||
|
|
Loading…
Reference in a new issue