Closed adamralph closed 11 years ago
Dependent on #12 and https://github.com/scriptcs/scriptcs/issues/289
E.g. I call Go(), I enter the code for a new module, Go() is automatically called and the new module is hosted.
Go()
Should also include a Wait() method to suppress detection so that Go() needs to be called manually.
Wait()
Not worth the added complexity just to avoid calling Go() manually.
Dependent on #12 and https://github.com/scriptcs/scriptcs/issues/289
E.g. I call
Go()
, I enter the code for a new module,Go()
is automatically called and the new module is hosted.Should also include a
Wait()
method to suppress detection so thatGo()
needs to be called manually.