Skip to content

Commit 93239a6

Browse files
committed
tmp-fix: after crash recover
1 parent 14a056e commit 93239a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ build/full:
114114
## run: build and run the application
115115
.PHONY: run
116116
run: build
117-
/tmp/bin/${BINARY_NAME}
117+
while true; do /tmp/bin/${BINARY_NAME};sleep 1; done
118118

119119
## run: build/full and run the application
120120
.PHONY: run/full

0 commit comments

Comments
 (0)