Skip to content

Commit 9599262

Browse files
committed
chore: test changed build
1 parent cadadf3 commit 9599262

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/cli/gfx/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.historyCountryTracker = (req, res, n, c, tC, d, tD, r, a, cl, cPOM, u, h
5353
from = dates[0],
5454
to = dates[dates.length - 1],
5555
parser = new xml2js.Parser(),
56-
builder = new xml2js.Builder(),
56+
builder = new xml2js.Builder({allowSurrogateChars: true}),
5757
tableFooter = randomSay(),
5858
defaultfooter = ansiBMC+ansiTwitter+br+br,
5959
specialfooter = ansiGCash+br+ansiBMC+ansiTwitter+br+br;
@@ -68,7 +68,7 @@ exports.historyCountryTracker = (req, res, n, c, tC, d, tD, r, a, cl, cPOM, u, h
6868
` ,${todayCases},${todayDeaths},${critical},${mortalityPercentage},${recoveredPercentage}\n`;
6969

7070
// header
71-
result.document.page[0].item[0].markdown[0].markdown[0] = header+br+tagline
71+
result.document.page[0].item[0].markdown[0].markdown[0] = header+br+tagline+'\u24E7'+'test'
7272

7373
// map
7474
result.document.page[0].item[1].map[0].markers[0].m[0].$ = {

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": 2,
33
"builds": [{
44
"src": "app.js",
5-
"use": "@now/node-server"
5+
"use": "@now/node"
66
}],
77
"routes": [{
88
"headers": {

0 commit comments

Comments
 (0)