Skip to content

Commit 9c95c83

Browse files
committed
Revert "Set reset to true in changeProvider"
This reverts commit 35a2768.
1 parent 03bba32 commit 9c95c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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=true) {
2+
changeProvider(reset) {
33
const fs = require('fs');
44
const path = require('path');
55

0 commit comments

Comments
 (0)