Skip to content

Commit ee377f4

Browse files
committed
Finished with profile query implementation; I believe debugging is completed also. Closed #132
1 parent 9f53467 commit ee377f4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

load/dperuser.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,11 @@ userRecords = {
279279
" profile information yet\n\n");
280280
} else {
281281
console.putmsg(high_intensity + green + "Doing: " + cyan +
282-
profileeSettings.doing + "\n\n" + green +
283-
profileeSettings.info + "\n\n");
282+
profileeSettings.doing + "\n\n");
283+
for each (var infoLine in profileeSettings.info) {
284+
console.putmsg(green + high_intensity + infoLine + "\n");
285+
}
286+
console.putmsg("\n");
284287
}
285288
},
286289
/*

0 commit comments

Comments
 (0)