-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
I'm using refresh as a library, and after I change a file sometimes it works and rebuilds fine, but then after a couple of goes (usually its on the first attempt though) I get this in the console, and then it stops rebuilding the files on change:
refresh: 2017/03/27 22:44:38 === signal: killed
Any idea why this might be happening, or how I can diagnose the problem?
Full output:
refresh: 2017/03/27 22:47:16 === Rebuild on: :start: ===
refresh: 2017/03/27 22:47:16 === Running: go build -v -i -o /tmp/x-build (PID: 30957) ===
github.com/x/x
refresh: 2017/03/27 22:47:16 === Building Completed (PID: 30957) (Time: 677.734852ms) ===
refresh: 2017/03/27 22:47:16 === Running: /tmp/x-build (PID: 30998) ===
2017-03-27T22:47:16.835+1000 INFO /x/app/server.go:61 starting http listener {"bind": ":4000"}
refresh: 2017/03/27 22:47:21 === Rebuild on: main.go ===
refresh: 2017/03/27 22:47:21 === Running: go build -v -i -o /tmp/x-build (PID: 31051) ===
github.com/x/x
refresh: 2017/03/27 22:47:22 === Building Completed (PID: 31051) (Time: 694.52791ms) ===
refresh: 2017/03/27 22:47:22 === Stopping: PID 30998 ===
refresh: 2017/03/27 22:47:22 === Running: /tmp/x-build (PID: 31094) ===
Using go 1.8.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels