Skip to content

Commit 6c491fe

Browse files
committed
Expose REPL errors
Signed-off-by: Stephen Celis <[email protected]>
1 parent 798ee8e commit 6c491fe

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
@@ -20,7 +20,7 @@ clean:
2020
$(BUILD_TOOL) $(BUILD_ARGUMENTS) clean
2121

2222
repl:
23-
@$(BUILD_TOOL) $(BUILD_ARGUMENTS) -derivedDataPath $(TMPDIR)/SQLite.swift > /dev/null 2>&1 && \
23+
@$(BUILD_TOOL) $(BUILD_ARGUMENTS) -derivedDataPath $(TMPDIR)/SQLite.swift > /dev/null && \
2424
swift -F '$(TMPDIR)/SQLite.swift/Build/Products/Debug'
2525

2626
sloc:

0 commit comments

Comments
 (0)