Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alykoshin committed Mar 23, 2016
1 parent 0228812 commit 0c103ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -58,7 +58,7 @@ var _assign = function(target, source) {
//}

} else { // unknown type....
throw new Error('Assignment error');
throw new Error('Assignment error: source: \''+JSON.stringify(s)+', typeof source: \''+(typeof source)+'\'');
}
}
}
Expand Down

0 comments on commit 0c103ef

Please sign in to comment.