Author Topic: PJSR: minor script editor timestamp issue  (Read 5309 times)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
PJSR: minor script editor timestamp issue
« on: 2015 August 21 11:57:21 »
1123 Win7:

Launch PI.
In the Script Editor, create and save a new script hello.js

Code: [Select]
console.writeln("hello");
Compile and execute the script, just as a test.
Save a project.
Exit, relaunch PI, load the project.

In the Script Editor, the script file is present, compile and execute the script. PI displays a timestamp conflict.

Mike