提交 8455bc9e 编写于 作者: M Matt Bierner

Add missing return

上级 6f37438d
......@@ -37,7 +37,7 @@
const workerReady = new Promise(async (resolveWorkerReady) => {
if (!navigator.serviceWorker) {
resolveWorkerReady();
return resolveWorkerReady();
}
const expectedWorkerVersion = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册