pull/1/head
yann300 7 years ago
parent 62984e0e80
commit f3e3f5d189
  1. 2
      src/app/tabs/run-tab.js

@ -280,7 +280,7 @@ function makeRecorder (appAPI, appEvents) {
recordButton.onclick = () => {
var txJSON = JSON.stringify(recorder.getAll(), null, 2)
var path = appAPI.currentPath()
modalDialogCustom.prompt(null, 'save ran transactions to file (e.g. `scenario.json`). The file is goiing to be saved under ' + path, 'scenario.json', input => {
modalDialogCustom.prompt(null, 'save ran transactions to file (e.g. `scenario.json`). The file is going to be saved under ' + path, 'scenario.json', input => {
var fileProvider = appAPI.fileProviderOf(path)
if (fileProvider) {
input = helper.createNonClashingName(input, fileProvider, '.json')

Loading…
Cancel
Save