Skip to content

Commit

Permalink
Restore separator
Browse files Browse the repository at this point in the history
  • Loading branch information
vvscode committed Dec 11, 2016
1 parent 57635e7 commit 41d7b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class {
}
}

export const SEPARATOR = '_';
export const SEPARATOR = '\u001F';

export const rand = () => Math.random() * 100000000 | 0;

Expand Down

0 comments on commit 41d7b86

Please sign in to comment.