Skip to content

Commit ff42033

Browse files
committed
look for a file named debug, not debug.txt
1 parent f33322a commit ff42033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static private void createAndShowGUI(String[] args) {
166166
Console.startup();
167167

168168
// Set the debug flag based on a file being present in the settings folder
169-
File debugFile = getSettingsFile("debug.txt");
169+
File debugFile = getSettingsFile("debug");
170170
/*
171171
if (debugFile.isDirectory()) {
172172
// if it's a directory, it's a leftover from older releases, clear it

0 commit comments

Comments
 (0)