We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f53467 commit ee377f4Copy full SHA for ee377f4
1 file changed
load/dperuser.js
@@ -279,8 +279,11 @@ userRecords = {
279
" profile information yet\n\n");
280
} else {
281
console.putmsg(high_intensity + green + "Doing: " + cyan +
282
- profileeSettings.doing + "\n\n" + green +
283
- profileeSettings.info + "\n\n");
+ profileeSettings.doing + "\n\n");
+ for each (var infoLine in profileeSettings.info) {
284
+ console.putmsg(green + high_intensity + infoLine + "\n");
285
+ }
286
+ console.putmsg("\n");
287
}
288
},
289
/*
0 commit comments