Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit e297368

Browse files
author
Aamod Pisat
committed
fixes for asset sync not working in cs-express@3.0.1
1 parent a7edb19 commit e297368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Utility.prototype.inputs = {
225225
required: true,
226226
description: "Enter the language: ",
227227
before: function (input) {
228-
return input.toLowerCase();
228+
return input.trim().toLowerCase();
229229
},
230230
conform: function (input) {
231231
var languages = config.get('languages'),

0 commit comments

Comments
 (0)