mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -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.
|
// denoMain is needed to allow hooks into the system.
|
||||||
// Also eventual snapshot support needs it.
|
// Also eventual snapshot support needs it.
|
||||||
|
// tslint:disable-next-line:no-any
|
||||||
(window as any)["denoMain"] = () => {
|
(window as any)["denoMain"] = () => {
|
||||||
|
// tslint:disable-next-line:no-any
|
||||||
delete (window as any)["denoMain"];
|
delete (window as any)["denoMain"];
|
||||||
|
|
||||||
initTimers();
|
initTimers();
|
||||||
|
|
Loading…
Reference in a new issue