diff options
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r-- | js/dispatch.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts index 1a60a5363..a15da69f4 100644 --- a/js/dispatch.ts +++ b/js/dispatch.ts @@ -16,7 +16,7 @@ export const OP_START = 10; export const OP_APPLY_SOURCE_MAP = 11; export const OP_FORMAT_ERROR = 12; export const OP_CACHE = 13; -export const OP_FETCH_SOURCE_FILE = 14; +export const OP_FETCH_SOURCE_FILES = 14; export const OP_OPEN = 15; export const OP_CLOSE = 16; export const OP_SEEK = 17; |