Skip to content

Commit 5eddb77

Browse files
committed
Update CACHED_FORMAT_VERSION as format of imports changed
1 parent c5cf72a commit 5eddb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkerManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const NUM_OF_WORKERS = 3;
1212
*
1313
* it's the md5 of the last commit
1414
*/
15-
const CACHED_FORMAT_VERSION = 'c364de0a57780ef0d248878f6fd710fff8c6fff9';
15+
const CACHED_FORMAT_VERSION = 'c5cf72a8627e15938f522ddc742c99c98b4bf6e9';
1616

1717
function eventToError(data, contextMessage) {
1818
const {messageType, messageData} = data;

0 commit comments

Comments
 (0)