You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/server/ruby/bin/spider-server.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@
64
64
65
65
66
66
begin
67
-
ifFile.exists?(SonicPi::Paths.original_init_path)
68
-
if(File.exists?(SonicPi::Paths.init_path))
67
+
ifFile.exist?(SonicPi::Paths.original_init_path)
68
+
if(File.exist?(SonicPi::Paths.init_path))
69
69
STDOUT.puts"Warning, you have an older init.rb file in #{SonicPi::Paths.original_init_path} which is now being ignored as your newer config/init.rb file is being used instead. Consider deleting your old init.rb (perhaps copying anything useful across first)."
70
70
else
71
71
STDOUT.puts"Found init.rb in old location #{SonicPi::Paths.original_init_path}. Moving it to the new config directory #{SonicPi::Paths.init_path}."
0 commit comments