mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-21 02:41:23 +08:00
update files
This commit is contained in:
13
static/js/components/app-main/terminal-worker.js
Normal file
13
static/js/components/app-main/terminal-worker.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Created by nuintun on 2015/12/2.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
importScripts('../../terminal/index.js');
|
||||
|
||||
var RUNCACHE = {};
|
||||
|
||||
onmessage = function (event){
|
||||
console.log(event.data);
|
||||
};
|
Reference in New Issue
Block a user