Skip to content

Commit

Permalink
[fix]record set checked status;
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyLover committed Jun 5, 2019
1 parent 15b562b commit 0ca640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function reproduceCheckedStatus(dir) {
try {
const checked = require(checkFile);
status.mockChecked = checked.mockChecked || {};
status.setChecked = checked.setChecked || {};
status.setChecked = checked.setChecked || null;
} catch (e) {}
}

Expand Down

0 comments on commit 0ca640b

Please sign in to comment.