Commit ae57a7c2 authored by nanahira's avatar nanahira

fix

parent cc66f132
...@@ -78,7 +78,7 @@ var pull_callback = function(name, info) { ...@@ -78,7 +78,7 @@ var pull_callback = function(name, info) {
return; return;
} }
var process_callback = (name, info) { var process_callback = function(name, info) {
if (status[name] === 2) { if (status[name] === 2) {
status[name] = 1; status[name] = 1;
sendResponse("The Process "+name+" was triggered during running. It will be ran again."); sendResponse("The Process "+name+" was triggered during running. It will be ran again.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment