make filewatcher more robust
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace minimal_lib {
|
||||
|
||||
int getNewValue(int x) {
|
||||
static int value = 0;
|
||||
static int value = 1;
|
||||
value = value + x;
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user