Commit 164b38a5 authored by wang's avatar wang

ws 测试

parent 1208e416
......@@ -22,6 +22,6 @@ COPY src/main.py /home/opt/lcc-ws/main.py
COPY src/src2.js /home/opt/lcc-ws/src2.js
COPY src/run.sh /home/opt/lcc-ws/run.sh
#CMD ["sh", "/home/opt/lcc-ws/run.sh"]
#CMD ["python3", "/home/opt/lcc-ws/main.py"]
CMD ["python3", "/home/opt/lcc-ws/main.py"]
......@@ -19448,7 +19448,7 @@ Object.defineProperties(Worker.prototype, {
"use strict";
con3('set2', a.L[a.L.length - 2],'=',a.L[a.L.length - 1])
if (a.L[a.L.length - 2] === 8 && a.L[a.L.length - 1] === 171){
if (a.L[a.L.length - 2] === 6 && a.L[a.L.length - 1] === 59){
debugger
}
a.L[a.L.length - 3][a.L[a.L.length - 2]] = a.L[a.L.length - 1];
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