Skip to content

Commit 35a2768

Browse files
committed
Set reset to true in changeProvider
1 parent 9c46268 commit 35a2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/system/utils/changeProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
changeProvider(reset) {
2+
changeProvider(reset=true) {
33
const fs = require('fs');
44
const path = require('path');
55

0 commit comments

Comments
 (0)