chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6273fa9
)
synch works
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 30 Dec 2020 01:07:51 +0000
(
01:07
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 30 Dec 2020 01:07:51 +0000
(
01:07
+0000)
OTTER_WDT_LOG=otter_webdriver_tests=trace CARGO_MANIFEST_DIR=~ian/Rustup/Game/server time target/debug/wdt-simple --geckodriver-args=
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index dd34a1021d5d4b2c6c51af78456a4b6568e5b2ca..43de0eaeb1157a70c3b3e28fae2cf1b4cebc19e3 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-86,6
+86,8
@@
type PieceErrorHandler = (piece: PieceId, p: PieceInfo, m: PieceOpError)
=> boolean;
interface DispatchTable<H> { [key: string]: H };
+// xxx turn all var into let
+// xxx any exceptions should have otter in them or something
var globalinfo_elem : HTMLElement;
var layout: Layout;
var general_timeout : number = 10000;