Commit 026c954e authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 9dab3e33
Pipeline #4822 passed with stages
in 43 seconds
......@@ -48,6 +48,7 @@ export class RouteWriter {
}
static commit() {
if (!this.input.length) return;
// 可能改成异步的会更好点?
const input = this.input.join('\n');
console.log(input);
......
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