Fix default script
This commit is contained in:
parent
2d9d388c56
commit
c93264c836
|
@ -144,7 +144,7 @@ public class GroovyPad extends JFrame {
|
||||||
File pad = ApplicationFolder.AppData.resolve(name);
|
File pad = ApplicationFolder.AppData.resolve(name);
|
||||||
if (!pad.exists()) {
|
if (!pad.exists()) {
|
||||||
// use this default value so people can easily submit bug reports with fn:sysinfo logs
|
// use this default value so people can easily submit bug reports with fn:sysinfo logs
|
||||||
ScriptShellMethods.saveAs("runScript 'fn:sysinfo'", pad);
|
ScriptShellMethods.saveAs("runScript 'sysinfo'", pad);
|
||||||
}
|
}
|
||||||
return FileLocation.create(pad);
|
return FileLocation.create(pad);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue