mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-20 10:35:53 +08:00
14 lines
183 B
JavaScript
14 lines
183 B
JavaScript
/**
|
|
* Created by nuintun on 2015/12/2.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
importScripts('../../terminal/index.js');
|
|
|
|
var RUNCACHE = {};
|
|
|
|
onmessage = function (event){
|
|
console.log(event.data);
|
|
};
|