Skip to content

Commit

Permalink
#24 save data filename .. fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jun 12, 2019
1 parent 4f79ce0 commit 03b9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ export class DataPreview {
let dataFilePath: string = this._uri.fsPath.replace(this._fileExtension, '');
if (this._dataTable.length > 0) {
// append data table name to new config or data export file name
dataFilePath += `-${this._dataTable}.`;
dataFilePath += `-${this._dataTable}`;
}
// add requested data file ext.
dataFilePath += fileType;
Expand Down

0 comments on commit 03b9df0

Please sign in to comment.