Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix(test): fix websocket test server will crash when test in chrome (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion authored and mhevery committed Apr 21, 2017
1 parent 2f11e67 commit 5090cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/zone_worker_entry_point.ts
Expand Up @@ -18,6 +18,7 @@ System.import('../lib/browser/browser').then(() => {
} else {
(<any>self).postMessage('fail');
}
websocket.close();
};
websocket.send('text');
});
Expand Down

0 comments on commit 5090cf9

Please sign in to comment.