Skip to content

Commit a4fe03b

Browse files
committed
use utility function symbolHashSplit
1 parent 05ec145 commit a4fe03b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/invoke.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function invoke(name, hash) {
1313
} else {
1414
worker.queues[name] = [...worker.queues[name], params]
1515
}
16-
let finalHash = hash === this.hash ? hash : `${hash}-${this.hash}`
16+
let finalHash = hash === this.hash ? hash : `${hash}---${this.hash}`
1717
let url = `${worker.api}/${prefix}/${finalHash}/${name}.json`
1818
if (module.hot) {
1919
const version = client.klasses[hash].__hashes[name]

0 commit comments

Comments
 (0)