rojo-rbx / run-in-roblox

Run a place, model, or individual script inside Roblox Studio, integrating with command line tools
MIT License
53 stars 22 forks source link

Run-in-roblox deletes the current place file and replaces it with a blank one before running tests #20

Closed Arnavpmr closed 3 years ago

Arnavpmr commented 3 years ago

Steps to reproduce bug:

  1. Create a rojo project with an initialized place file in the folder (The place file shouldn't be uploaded to roblox).
  2. Modify the place file in some way such as adding a part, etc.
  3. Run run-in-roblox on the file and open it after it runs.
  4. You should see that the modifications you made are gone indicating that it's a completely new file.