Skip to content

Commit 243a6f1

Browse files
author
robot
committed
go
1 parent b46f31a commit 243a6f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schedule/daily-problem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function run(solution) {
8484
JSON.stringify({ ...solutions, [currentDay]: solution }),
8585
);
8686
} catch (err) {
87-
console.log(err);
87+
console.log('an error occured when creating issue', err);
8888
}
8989
}
9090
// 当前有题解,并且今天的题目还没发布,就自动创建一个 issue

static/solution/solutions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)