From b0a23beb8fae964be3cdd8c23c38af66257d34c7 Mon Sep 17 00:00:00 2001 From: andy finch Date: Mon, 1 Apr 2019 15:09:59 -0400 Subject: Add web worker JS API (#1993) * Refactored the way worker polling is scheduled and errors are handled. * Share the worker future as a Shared --- tests/error_004_missing_module | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/error_004_missing_module (limited to 'tests/error_004_missing_module') diff --git a/tests/error_004_missing_module b/tests/error_004_missing_module new file mode 100644 index 000000000..b94c86004 --- /dev/null +++ b/tests/error_004_missing_module @@ -0,0 +1,4 @@ +args: tests/error_004_missing_module.ts --reload +check_stderr: true +exit_code: 1 +output: tests/error_004_missing_module.ts.out -- cgit v1.2.3