summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter/ISettings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/interpreter/ISettings.scala')
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/ISettings.scala10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/ISettings.scala b/src/compiler/scala/tools/nsc/interpreter/ISettings.scala
index d45146383b..302ba7a8ac 100644
--- a/src/compiler/scala/tools/nsc/interpreter/ISettings.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/ISettings.scala
@@ -12,12 +12,12 @@ package interpreter
* @author Lex Spoon, 2007/3/24
**/
class ISettings(intp: IMain) {
- // /** A list of paths where :load should look */
- // var loadPath = List(".")
+ /** A list of paths where :load should look */
+ var loadPath = List(".")
- // /** Set this to true to see repl machinery under -Yrich-exceptions.
- // */
- // var showInternalStackTraces = false
+ /** Set this to true to see repl machinery under -Yrich-exceptions.
+ */
+ var showInternalStackTraces = false
/** The maximum length of toString to use when printing the result
* of an evaluation. 0 means no maximum. If a printout requires