mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
formatting
This commit is contained in:
parent
a594b14f27
commit
754266da17
@ -18,7 +18,8 @@ export function hashCode(str) {
|
||||
|
||||
export function ansiToHtml(text) {
|
||||
const convert = new Convert();
|
||||
return convert.toHtml(text.replace(/\n/g,'<br>'))
|
||||
return convert.toHtml(text.replace(/\n/g,'<br>'));
|
||||
}
|
||||
|
||||
export function getQueryToken(location) {
|
||||
return qs.parse(location.search, {ignoreQueryPrefix: true}).token;
|
||||
|
Loading…
x
Reference in New Issue
Block a user